home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / Mail / RCS / v7.local.h,v < prev   
Encoding:
Text File  |  1990-02-09  |  2.4 KB  |  96 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.2
  10. date     90.02.08.17.51.23;  author jhh;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     90.02.08.15.47.07;  author jhh;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24. 1.2
  25. log
  26. @Ported to sprite (patched in changes from old version of mail
  27. @
  28. text
  29. @/*
  30.  * Copyright (c) 1980 Regents of the University of California.
  31.  * All rights reserved.
  32.  *
  33.  * Redistribution and use in source and binary forms are permitted
  34.  * provided that the above copyright notice and this paragraph are
  35.  * duplicated in all such forms and that any documentation,
  36.  * advertising materials, and other materials related to such
  37.  * distribution and use acknowledge that the software was developed
  38.  * by the University of California, Berkeley.  The name of the
  39.  * University may not be used to endorse or promote products derived
  40.  * from this software without specific prior written permission.
  41.  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  42.  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  43.  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  44.  *
  45.  *    @@(#)v7.local.h    5.6 (Berkeley) 6/29/88
  46.  */
  47.  
  48. /*
  49.  * Declarations and constants specific to an installation.
  50.  *
  51.  * Vax/Unix version 7.
  52.  */
  53.  
  54. #define SENDMAIL    "/sprite/cmds/sendmail"
  55.                     /* Name of classy mail deliverer */
  56. #define    EDITOR        "/sprite/cmds/ex"    /* Name of text editor */
  57. #define    VISUAL        "/sprite/cmds/vi"    /* Name of display editor */
  58. #define    SHELL        "/sprite/cmds"    /* Standard shell */
  59. #define    MORE        "/sprite/cmds/more"    /* Standard output pager */
  60. #define    HELPFILE    "/sprite/lib/Mail/Mail.help"
  61.                     /* Name of casual help file */
  62. #define    THELPFILE    "/sprite/lib/Mail/Mail.tildehelp"
  63.                     /* Name of casual tilde help */
  64. #define    POSTAGE        "/tmp/maillog"
  65.                     /* Where to audit mail sending */
  66. #define    MASTER        "/sprite/lib/Mail/Mail.rc"
  67. #define    APPEND                /* New mail goes to end of mailbox */
  68. @
  69.  
  70.  
  71. 1.1
  72. log
  73. @Initial revision
  74. @
  75. text
  76. @d26 1
  77. a26 1
  78. #define SENDMAIL    "/usr/lib/sendmail"
  79. d28 5
  80. a32 5
  81. #define    EDITOR        "/usr/ucb/ex"    /* Name of text editor */
  82. #define    VISUAL        "/usr/ucb/vi"    /* Name of display editor */
  83. #define    SHELL        "/bin/csh"    /* Standard shell */
  84. #define    MORE        "/usr/ucb/more"    /* Standard output pager */
  85. #define    HELPFILE    "/usr/lib/Mail.help"
  86. d34 1
  87. a34 1
  88. #define    THELPFILE    "/usr/lib/Mail.tildehelp"
  89. d36 1
  90. a36 1
  91. #define    POSTAGE        "/usr/adm/maillog"
  92. d38 1
  93. a38 1
  94. #define    MASTER        "/usr/lib/Mail.rc"
  95. @
  96.